{% extends 'core/_base.html' %} {% block title %} Manage Category {% endblock title %} {% block body %}
| SL. | Category Name | Status | Action | |
|---|---|---|---|---|
| {{ forloop.counter }} | {{ item.name }} | {%if item.is_active == True %}Active | {% else %}Inactive | {%endif%}
Showing {{ category.number }}/{{ category.paginator.num_pages }}
NOTHING HERE...
It's empty, here you don't have any data.